home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00242_STEP +1.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  380 b   |  15 lines

  1. on mouseDown
  2.   puppetSprite(26, 1)
  3.   set the memberNum of sprite 26 to the number of member "PLUS DOWN.PICT"
  4.   updateStage()
  5.   set the movieRate of sprite 5 to 0
  6.   set nframe to the movieTime of sprite 5
  7.   set the movieTime of sprite 5 to nframe + 6
  8. end
  9.  
  10. on mouseUp
  11.   set the memberNum of sprite 26 to the number of member "PLUS UP.PICT"
  12.   updateStage()
  13.   puppetSprite(26, 0)
  14. end
  15.